home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / CC32.ZIP / EDIT_INT.DFM / EDIT_INT.txt
Encoding:
Text File  |  1995-12-12  |  1004 b   |  57 lines

  1. object IntPropDlg: TIntPropDlg
  2.   Left = 244
  3.   Top = 129
  4.   Width = 396
  5.   Height = 206
  6.   Caption = 'Integer property editor dialog'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = [fsBold]
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 281
  19.     Height = 161
  20.     Shape = bsFrame
  21.     IsControl = True
  22.   end
  23.   object OKBtn: TBitBtn
  24.     Left = 300
  25.     Top = 8
  26.     Width = 77
  27.     Height = 27
  28.     Caption = '&OK'
  29.     TabOrder = 0
  30.     OnClick = OKBtnClick
  31.     Kind = bkOK
  32.     Margin = 2
  33.     Spacing = -1
  34.     IsControl = True
  35.   end
  36.   object CancelBtn: TBitBtn
  37.     Left = 300
  38.     Top = 40
  39.     Width = 77
  40.     Height = 27
  41.     Caption = '&Cancel'
  42.     TabOrder = 1
  43.     Kind = bkCancel
  44.     Margin = 2
  45.     Spacing = -1
  46.     IsControl = True
  47.   end
  48.   object Edit1: TEdit
  49.     Left = 40
  50.     Top = 64
  51.     Width = 121
  52.     Height = 20
  53.     TabOrder = 2
  54.     Text = 'Edit1'
  55.   end
  56. end
  57.